home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 47 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  3.1 KB

  1. Path: news.mtu.edu!cdh
  2. From: cdh@mtu.edu (Chris Hooper)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: NetBSD 1.1, Picasso II and video modes
  5. Date: 7 Jan 1996 08:18:56 GMT
  6. Organization: Michigan Technological University
  7. Distribution: world
  8. Message-ID: <4cnvlg$f9b@news.mtu.edu>
  9. References: <19951206.7368738.EAB1@contessa.phone.net> <fr30.02ge@am061du.pipex.com>
  10. NNTP-Posting-Host: mmserver.mm.mtu.edu
  11.  
  12. George Harvey <fr30@am061.du.pipex.com> wrote:
  13. > 1. Unable to use the Picasso as a console
  14.  
  15. I can't help you on this one.  The NetBSD generic kernel
  16. recognized and used my Picasso II without problems.
  17. Is it possible your monitor does not support the display
  18. rate the NetBSD kernel sets the monitor at?  It is a
  19. pretty low frequency, so I'd hope that's not the case.
  20.  
  21.  
  22. > 2. Unable to set Picasso video modes
  23.  
  24. I had quite a bit of difficulty setting the modes also,
  25. took quite a bit of experimenting.  I now have the
  26. following modes defined for my Picasso (grfconfig /dev/grf3
  27. can be used to display this information):
  28.          1: 1024x800x8  52.1kHz @ 60Hz NI
  29.          2: 800x600x8   62.9kHz @ 96Hz NI
  30.          3: 640x480x8   42.8kHz @ 82Hz NI
  31.          4: 320x320x8   39.8kHz @ 117Hz NI
  32.          5: 1152x900x8  55.9kHz @ 58Hz NI
  33.          6: 1024x600x8  32.1kHz @ 49Hz NI
  34.          7: 1024x800x8  60.7kHz @ 70Hz NI
  35.          8: 1024x800x8  61.0kHz @ 71Hz NI
  36.         Console: 640x480 (80x60)        42.8kHz @ 82Hz NI
  37.  
  38. I've set up a file /etc/grf.conf which is grfconfig'd
  39. from the rc file at bootup (I added this).  It contains
  40. the following lines (no preceeding tab on each line):
  41.         c 35000000  640 480 8   640   686  740  770  820   481  490 498 522 522
  42.         1 73000000 1024 800 8  1024  1110 1150 1300 1400   800  813 824 860 860
  43.         2 72000000  800 600 8   800   888  920  920 1150   601  610 618 650 650
  44.         3 35000000  640 480 8   640   686  740  770  820   481  490 498 522 522
  45.         4 15000000  320 320 8   320   350  380  380  380   320  320 325 332 340
  46.         5 85000000 1152 900 8  1152  1220 1250 1400 1520   900  910 924 960 960
  47.         6 45000000 1024 600 8  1024  1050 1180 1300 1400   601  610 618 650 650
  48.         7 85000000 1024 800 8  1024  1110 1150 1300 1400   800  813 824 860 860
  49.         8 85500000 1024 800 8  1024  1110 1150 1300 1400   800  813 824 860 860
  50.  
  51. I think your main problem is that your X direction is a bit hosed
  52. up in the config line you gave.  Also, your console is configured
  53. with the 'c' mode, instead of number '1'.
  54.  
  55. p.s. This is a crappy monitor I have, but it seems to handle
  56.      a very fast refresh rate.  Please do not just try all the
  57.      modes above unless you are sure your monitor can handle
  58.      them.  I'm sure you've seen the warnings - a non-syncable
  59.      frequency can destroy your monitor.
  60.  
  61. p.p.s. While testing, it may be best to place a working mode
  62.        immediately following the one you are testing - in case
  63.        you hit something unsyncable, it will only then be there
  64.        for a second or two.  ie (if testing 35Mhz pixel clock):
  65.         c 35000000  640 480 8   640   686  740  770  820   481  490 498 522 522
  66.         c 25200000  640 480 8   640   686  740  770  820   481  490 498 522 522
  67.  
  68. -Chris Hooper
  69.  cdh@mtu.edu
  70.